home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DEMOS / SUN_RSC.ZIP / COOR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-07  |  111 b   |  13 lines

  1. // COOR.H
  2.  
  3. #ifndef _COOR_H
  4. #define _COOR_H
  5.  
  6. class coor_C
  7. {
  8. public:
  9.     long x,y;
  10.     word dir;
  11. };
  12.  
  13. #endif